JavaScript

Button List Control Methods

Description

Available methods for a Button List Control Object.

Discussion

To get a Button List Control object, use the {dialog.object}.getControl method:

Name
Description
buttonList.appendButtons Method

Appends new buttons to a Button List Control.

buttonList.insertButtons Method

Inserts new buttons into a Button List Control.

buttonList.populate Method

Populates a Button List Control.

buttonList.removeButtons Method

Removes a button from a Button List Control.

buttonList.setDisabled Method

Enables or disables a button in a Button List Control.

buttonList.setDisplay Method

Shows or hides a button in a Button List Control.

buttonList.setValue Method

Sets the selected button in a Button List Control.

Example

var buttonListObj = {dialog.object}.getControl('BUTTONLIST_1');

See Also